var unicode/utf8.acceptRanges
9 uses
unicode/utf8 (current package)
utf8.go#L94: var acceptRanges = [16]acceptRange{
utf8.go#L114: accept := acceptRanges[x>>4]
utf8.go#L134: accept := acceptRanges[x>>4]
utf8.go#L166: accept := acceptRanges[x>>4]
utf8.go#L214: accept := acceptRanges[x>>4]
utf8.go#L421: accept := acceptRanges[x>>4]
utf8.go#L456: accept := acceptRanges[x>>4]
utf8.go#L512: accept := acceptRanges[x>>4]
utf8.go#L558: accept := acceptRanges[x>>4]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |